If you hadn’t read it anywhere else yet, here’s how you can add categorie and post tags boxes for you custom post types
Categories and Post Tags boxes are built-in meta boxes that have been already registered in WordPress. We can use them not only for default posts or pages but also for custom post types as well in WordPress. And this can be done easily with argument taxonomies of register_post_type function when registering new custom post type.
via Adding Categories And Post Tags Boxes For Custom Post Type In WordPress.