Q: What roles do you have restricted and assigned?
A:
Post Reader: Unrestricted by default
Private Post Reader: Restricted by default
Post Contributor: Restricted by default
Post Author: Restricted by default
Post Editor: Restricted by default
Category Manager: Restricted by default
Category Assigner: Unrestricted by default
Q: By "not present", do you mean the category checkbox is not available for selection in the post edit form?
A: The new category appears on /wp-admin/admin.php?page=rs-category-restrictions_t but it is not showing up when I use <?php wp_list_categories('name=quick_post_cat'); ?> in header.php (all the older categories do appear per role just fine).
Q: If so, is that for a new or existing post?
A: New post and when creating navigation for user-allowed cats in header.php.
Q: If existing, what is the post status (visibility) and are any restrictions set directly on the post?
A: I can login as admin and go to Posts > Categories and see the newly created category just fine. If I edit the new category, the cat restrictions and cat roles appear correctly. I have assigned a user to "Post Contributor" role. I have tried different users as well - no difference.
NOTE: I bounced the RS plugin by deactivating and reactivating and didn't get any result. Also, I was running exec php plugin and thought it could be causing conflict - so I removed and deleted that plugin and tested: no change.