associate posts to a page

You can use wp_query with different arguments to list the posts that you want to appear on that specific page (i.e. all the post that are assigned to the X category or all the post that belong to Y author a.s.o). You can find on the WordPress Codex a detailed presentation and examples on how to use wp_query.