Add categories to custom post type

function reg_cat() {
         register_taxonomy_for_object_type('category','scr');
}
add_action('init', 'reg_cat');

Author: Wojciech Borowicz

I hope this post will help you to do what you need.
In case you want some assistance click here to get in touch 

check out other blog posts